runtime.immortalWeakHandle.ptr (field)
4 uses
runtime (current package)
mheap.go#L2653: ptr uintptr // &ptr is the weak handle
mheap.go#L2661: return (*atomic.Uintptr)(unsafe.Pointer(&h.ptr))
mheap.go#L2691: newNode.ptr = p
mheap.go#L2701: if n.ptr == p {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |